From b36f879cfb5935e8e8a336e6c608f728dba1c970 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jul 2004 04:00:56 +0000 Subject: [PATCH] Updates --- docs/reference/ChangeLog | 8 ++++++++ docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 3 +++ docs/reference/gdk-pixbuf/tmpl/module_interface.sgml | 5 ++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ec117d5b9d..447bdf29cf 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Thu Jul 8 00:00:20 2004 Matthias Clasen + + * gdk-pixbuf/tmpl/module_interface.sgml: Add new functions. + +Wed Jul 7 23:57:43 2004 Matthias Clasen + + * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new functions. + 2004-07-07 Matthias Clasen * gtk/tmpl/*: Misc additions. diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 5b09ee5d18..2dc26b71ee 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -190,6 +190,9 @@ gdk_pixbuf_format_get_mime_types gdk_pixbuf_format_get_extensions gdk_pixbuf_format_is_writable gdk_pixbuf_format_is_scalable +gdk_pixbuf_format_is_disabled +gdk_pixbuf_format_set_disabled +gdk_pixbuf_format_get_license GdkPixbufFormat GdkPixbufFormatFlags GdkPixbufModulePattern diff --git a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml index 94e928bd97..c745a500a3 100644 --- a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml @@ -153,6 +153,9 @@ use the gdk_pixbuf_format_* functions. @extensions: a %NULL-terminated array of typical filename extensions for the image format. @flags: a combination of #GdkPixbufFormatFlags. +@disabled: a boolean determining whether the loader is disabled. +@license: a string containing license information, typically set to + shorthands like "GPL", "LGPL", etc. @Since: 2.2 @@ -162,7 +165,7 @@ operations. @GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format. -@GDK_PIXBUF_FORMAT_SCALABLE: +@GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable @Since: 2.2 -- 2.30.2